body{
	font-family: 'Futura PT Book';
	color: #252525
}
button{
	cursor: pointer
}
*{
	outline: none !important
}
section.nav-menu,
.modal-wrap{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .85);
	z-index: 1000;
	display: none
}
section.nav-menu .main-menu{
	position: absolute;
	top: 0;
	right: -380px;
	width: 380px;
	height: 100%;
	background: #fff;
	box-shadow: -3px 0 40px #aaa;
	padding-top: 50px;
	padding-left: 80px;
	transition: .4s
}
section.nav-menu .main-menu.active{
	right: 0;
	transition: .4s
}
.nav-list{
	margin: 0;
	padding-left: 0;
	padding-top: 35px;
	list-style: none
}
.nav-list li a{
	font-size: 22px;
	font-family: 'Futura PT Light';
	color: #000
}
.close{
	position: absolute;
	width: 36px;
	height: 36px;
	background: url(../img/cross.png) no-repeat;
	top: 53px;
	left: -55px;
	opacity: 1;
	display: none
}
section.nav-menu .main-menu.active .close{
	display: block
}
.main-menu-poeznoe h3,
.main-menu-contacts h3{
	font-size: 18px;
    font-family: 'Futura PT Demi';
    text-transform: uppercase;
    margin-bottom: 15px;
	margin-top: 20px
}
.main-menu-poeznoe ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.main-menu-poeznoe li {
    padding: 0;
    margin-bottom: 12px;
    line-height: 18px;
}
.main-menu-poeznoe a {
    padding-left: 25px;
    line-height: inherit;
	color: #7b7b7b;
	text-decoration: underline
}
.main-menu-poeznoe a#raschet-m {
    background: url(../img/icon-note.png) center left no-repeat;
}
.main-menu-poeznoe a#tarify-m {
    background: url(../img/icon-book.png) center left no-repeat;
}
.main-menu-poeznoe a#audit-m {
    background: url(../img/icon-target.png) center left no-repeat;
}
.main-menu-poeznoe a#consult-m {
    background: url(../img/icon-talk.png) center left no-repeat;
}
.main-menu-contacts p {
    padding-left: 30px;
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 20px;
}
.main-menu-contacts p.geo {
    background: url(../img/pin-3.png) center left no-repeat;
}
.main-menu-contacts p.ph {
    background: url(../img/phone-5.png) center left no-repeat;
}
.main-menu-contacts p.ml {
    background: url(../img/envelope-2.png) center left no-repeat;
}
.main-menu-contacts p a{
	color: #555
}
.main-menu-writeus{
	display: flex;
}
.mmw-item{
	margin-right: 30px
}
.mmw-item p{
	margin-bottom: 7px;
	color: #999
}

.first-ec{
	background: url(../img/bg001.jpg) center top no-repeat;
	background-size: 1920px;
	min-height: 1249px;
	overflow-x: hidden;
	padding-bottom: 70px
}

.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0
}
.sert-spec{
	width: 13%;
	line-height: 1.1;
    font-size: .9rem;
}
.far-work{
	font-size: 1.1rem;
}
.top-phone{
	display: flex;
}
.top-phone-block{
	color: #252525;
	line-height: 1.3;
    font-size: .9rem;
}
.top-phone-icon{
	width: 42px;
	height: 42px;
	background: #FFCD00  url(../img/phone-3.png) center no-repeat;
	border-radius: 50%;
	margin-right: 15px;
	    margin-top: 5px;
}
.top-phone-number{
	font-size: 22px
}
.top-phone-number a{
	color: #252525
}
.top-social{
	text-align: center;
	color: #252525;
	line-height: 1.2;
    font-size: .9rem;
}
.top-social-items{
	display: flex;
	justify-content: space-between;
	width: 104px
}
.top-social-items .soc-icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/soc.png);
	/* background-size: 30px 30px */
}
.top-social-items .soc-icon#telegram{
	background-position: 0 0
}
.top-social-items .soc-icon#whatsapp{
	background-position: 67px 0
}
.top-social-items .soc-icon#phone{
	background-position: 30px 0
}
.top-gamburger{
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 16px;
    z-index: 9;
    background-color: #FFCD00;
    padding: 9px 5px;
    padding-top: 7px;
    padding-left: 8px;
    border-radius: 5px;
}
.top-title,
.top-title-relative{
	position: relative
}
.top-title-relative{
	z-index: 2
}
.top-title h2{
	font-size: 48px;
	font-family: 'Futura PT Bold';
	text-transform: uppercase;
	padding: 190px  0 40px;
}
.top-subtitle{
	font-size: 33px;
	line-height: 1.2;
	margin-bottom: 40px
}
.buttons-block .button{
	display: inline-block;
	text-align: center;
	width: 370px;
	height: 80px;
	border-radius: 40px;
	background: #fce549;
	background: linear-gradient(to top, #FFCD00, #fce549);
	color: #252525;
	padding-top: 15px
}
.buttons-block .button.raschet span{
	display: block
}
.buttons-block .button.raschet span:first-child{
	font-size: 18px;
	font-family: 'Futura PT Bold';
	text-transform: uppercase;
}
.buttons-block .button:hover{
	text-decoration: none
}
.buttons-block .get-consult{
	display: inline-block;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	height: 80px;
	line-height: 80px;
	vertical-align: top;
	width: 330px;
	text-align: center;
	text-decoration: none
}
.buttons-block .get-consult img{
	margin-right: 6px
}
.buttons-block .get-consult span{
	border-bottom: 1px dashed
}

.top-edvantages{
	justify-content: space-between;
	margin-top: 400px
}
.top-edvantages-item{
	display: flex;
	flex-direction: column;	
	width: 25%;
	border-radius: 10px;	
}
.top-edvantages-item.border{
	border: 1px solid #e3e3e3;
	justify-content: center;
	text-align: center;
	width: 23%;
	padding: 35px 20px;
}
.top-edvantages-item.bg-blue {
    background: #fce549;
    background: linear-gradient(to top, #FFCD00, #fce549);
    color: #fff;
    justify-content: center;
    text-align: center;
    width: 23%;
    padding: 35px 20px;
    box-shadow: 0 10px 40px 1px #999;
    background-image: url(../img/bg-bock.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-edvantages-item h2{
	text-transform: uppercase;
	font-family: 'Futura PT Bold';
	font-size: 2.4rem
}
.top-edvantages-item h2.pareto{
	font-size: 2.3rem
}
.top-edvantages-item span{
	line-height: 1.3
}
.top-edvantage-icon{
	padding-bottom: 15px
}
.block-pnone{
	position: absolute;
	right: -120px;
	top: 70px;
	display: flex;
	z-index: 0
}
.middle-koef{
	display: flex;
	background: #f5f5f5;
	border-radius: 6px 0 0 6px;
	align-items: center;
	height: 130px;
	width: 620px;
	margin-right: -270px;
    margin-top: 620px;
	padding-left: 50px;
}
.middle-koef img{
	margin-right: 10px
}
.middle-koef span{
	padding-left: 10px;
	font-size: 22px;
	font-family: 'Futura PT Light';
	line-height: 1.2
}

.quiz-section{
	padding: 60px 0 80px;	
}
.quiz-section h2{
	text-transform: uppercase;
	font-family: 'Futura PT Bold';
	font-size: 2.4rem
}
.subtitle{
	font-size: 33px;
    padding: 20px 0 50px;
}
.quiz-edvantages{
	justify-content: space-between
}
.quiz-edvantage-item{
	width: 369px;
	display: flex;
	flex-wrap: nowrap;
	height: 80px;
}
.quiz-edvantage-icon,
.quiz-edvantage-text{
	display: flex;
	align-items: center;
	height: inherit
}
.quiz-edvantage-icon{
	width: 123px;
	text-align: center;
	border-radius: 40px 0 0 40px;
	justify-content: center
}
.quiz-edvantage-icon.cashbox{
	background: #4286F5
}
.quiz-edvantage-icon.search{
	background: #34A853
}
.quiz-edvantage-icon.gift{
	background: #EA4235
}
.quiz-edvantage-text{
	border-radius: 0 40px 40px 0;
	background: #f5f5f5;
	padding: 0 30px 0 20px;
	line-height: 1.3;
    font-size: 1.1rem;
	width: 246px
}

/** quiz **/
.quiz-block{
	height: 630px;
	padding: 70px;
	margin-top: 45px;
	box-shadow: 0 10px 40px 1px #999;
	background: #fff;
}
.quiz-block.row{
	/* height: 100% */
}
.quiz-left{
	width: 66.66%;
	padding-right: 40px;
	position: relative
}
.quiz-right{
	width: 33.33%;
	display: flex;
	height: 100%
}
.bg-grey{
	background: #f5f5f5
}
.quiz-right .bg-grey{
	display: flex;
	flex-direction: column;
	height: inherit;
	width: 100%;
	border-radius: 10px;
	padding: 35px;
	position: relative
}
.progress-block{
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.progress-text{
	font-size: 29px;
	line-height: 1;
}
.progress-title{
	font-size: 29px;
	font-family: 'Futura PT Demi';
	margin: 40px 0 30px
}
.progress-bar{
	height: 20px;
	width: 505px;
	display: inline-block;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	background-color: #fff;
	position: relative
}
/* .progress-bar:before{
	content: '';
	position: absolute;
	width: 12.5%;
	height: 20px;
	border-radius: 10px;
	background: #631aed;
	background: linear-gradient(to top, #614bf7, #631aed);
	left: 0
} */
.progress-line{
	position: absolute;
	width: 12.5%;
	height: 20px;
	border-radius: 10px;
	background: #fce549;
	background: linear-gradient(to top, #614bf7, #631aed);
	    background: linear-gradient(to top, #FFCD00, #fce549);
	left: 0
}
.sfera-block{
	display: none
}
.sfera-block.active{
	display: flex
}
.sfera-block.row{
	margin-right: -7px;
    margin-left: -7px;
}
.sfera-block .col-md-6{
	padding-left: 7px;
	padding-right: 7px
}
.sfera-item{
	display: flex;
	height: 55px;
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	align-items: center;
	position: relative;
	padding-left: 60px;
	cursor: pointer;
	margin-bottom: 15px
}
input.site-name{
	height: 55px;
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	padding-left: 20px;
    font-size: 18px;
}
.sfera-item input[type="radio"],
.sfera-item input[type="checkbox"]{
	display: none
}
.sfera-check{
	display: inline-block
}
.sfera-check:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	background: #e3e3e3;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -10px
}
.sfera-item input[type="radio"]:checked + .sfera-check:before,
.sfera-item input[type="checkbox"]:checked + .sfera-check:before {
    content: "";
	background: #fff url(../img/colo.png) center no-repeat
}
.minmax{
	display: flex;
    justify-content: space-between;
}
input[type=range] {
    display: block;
    width: 100%;
}
.byudget-res{
	display: inline-block;
	border: 1px solid #fce549;
	padding: 10px 0;
	width: 160px;
	border-radius: 30px;
	font-size: 23px
}
.quiz-form form{
	width: 100%;
	max-width: 520px	
}
.quiz-form h3{
	font-size: 18px;
	margin-bottom: 20px
}
.quiz-form .input-block input[type="tel"],
.quiz-form .input-block input[type="text"] {
    background: #ededed;
	width: 100%;
    height: 50px;
    border-radius: 30px;
    margin-bottom: 15px;
    border: none;
    text-align: center;
}
.error-mess{
	bottom: 60px;
    position: absolute;
    display: inline-block;
	color: red;
}
.quiz-button-block{
	position: absolute;
	left: 0;
	bottom: 0;
	margin-top: 15px;
}
.quiz-button-block button{	
	height: 55px;
	border-radius: 27px;
	color: #252525;
	text-transform: uppercase;
	border: none;
	background: #fce549;
	background: linear-gradient(to top, #FFCD00, #fce549);
	
}
.quiz-button-block button.inactive{
	display: none
}
.quiz-button-block button.next-step,
.quiz-button-block button.get-ras{
	width: 260px;
}

.quiz-button-block button.back-step{
	width: 180px;
	margin-right: 20px;
}
.quiz-specphoto{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px
}
.quiz-specphoto h3{
	font-size: 1.3em;
	font-family: 'Futura PT Demi', sans-serif;
}
.quiz-specname{
	padding-left: 22px;
	line-height: 1.2
} 
.quiz-specname span{
	color: #999;
	font-style: italic
}
.quiz-right-descr{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	line-height: 1.2;
	position: relative
}
.quiz-right-descr:before{
	content: '';
	position: absolute;
	left: 45px;
	top: -30px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 20px solid #fff
}
.quiz-right-howmuch{
	position: absolute;
	bottom: 175px;
	left: 35px;
	right: 35px;
	text-align: center;
	font-size: 19px;
	line-height: 1.2
}
.present-opened,
.quiz-right-howmuch.pr-opened .till-open{
	display: none
}
.quiz-right-howmuch.pr-opened .present-opened{
	display: block
}
.quiz-right-presents{
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 35px;
	left: 35px;
	right: 35px;
	
}
.quiz-right-present{
	width: 130px;
	height: 120px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	position: relative
}
.quiz-right-present .lock{
	position: absolute;
	left: 20px;
	top: 15px;
	width: 30px
}
.quiz-right-present .lock.unclosed{
	display: none
}
.quiz-right-present.opened .lock.unclosed{
	display: block
}
.quiz-right-present.opened .lock.closed{
	display: none
}

.yousaw{
	padding: 60px 0;
}
.yousaw-title{
	text-align: right;
	text-transform: uppercase;
	font-family: 'Futura PT Bold', sans-serif;
	font-size: 2.9em;
	padding: 0
}
.yousaw-subtitle{
	font-size: 28px;
	line-height: 1.2;
	padding-top: 5px;
}

.acces{
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 0 20px 40px
}
.acces-icon{
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #f1d619;
	margin: 25px auto;
	display: flex;
    align-items: center;
    justify-content: center;
}
.yousaw-secondtitle{
	padding: 50px 0 40px;
	font-family: 'Futura PT Demi', sans-serif;
	font-size: 22px
}
.acces p{
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	font-family: 'Futura PT Light', sans-serif;
}
.yousaw-end{
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Futura PT ExtraBold', sans-serif;
	background: linear-gradient(to top, #fce549, #fce549);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	color: #fce549;
	line-height: 1;
	margin-top: 50px;
}

.aboutme{
	padding: 210px 0 60px;
	margin-top: -150px;
	margin-bottom: -300px;
	height: 1407px;
	background: url(../img/bg-left-5-0-0.jpg) center top no-repeat/*, url(../img/bg-6-bm-1.png) top no-repeat*/;
	background-size: 1920px;
}
.aboutme h2{
	text-transform: uppercase;
    font-family: 'Futura PT Bold';
    font-size: 2.4rem;
}
.aboutme-subtitle{
	font-size: 32px;
	padding: 30px 0 50px
}
.aboutme-content{
	display: flex;
	justify-content: space-between;
}
.aboutme-content-left,
.aboutme-content-right{
	width: 340px;
	padding-top: 30px;
}
.aboutme-content-left{
	text-align: right;	
}
.aboutme-item{
	height: 150px;
	position: relative
}
.aboutme-item:before{
	content: '+';
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
	background: #fce549;
	color: #252525;
	text-align: center;
	line-height: 30px;
	top: 7px;
	font-size: 30px;
}
.aboutme-content-left .aboutme-item{
	padding-right: 50px;
}
.aboutme-content-right .aboutme-item{
	padding-left: 50px;
}
.aboutme-content-left .aboutme-item:before{
	right: 0
}
.aboutme-content-right .aboutme-item:before{
	left: 0
}
.aboutme-item h4{
	font-family: 'Futura PT Demi';
	font-size: 19px;
	padding-bottom: 10px
}
.aboutme-item p{
	line-height: 1.2;
	color: #9e9e9e
}
.colorbox{
	margin: 0 auto;
	width: 360px;
	height: 86px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	background: #fce549;
	background: linear-gradient(to top, #FFCD00, #fce549);
	color: #252525;
	border-radius: 10px
}
.colorbox-title{
	font-family: 'Futura PT Demi';
	font-size: 18px;
	line-height: 1.3;
}
.colorbox-descr{
	font-size: 18px;
	font-style: italic;
	line-height: 1.3;
}

.my-cases{
	padding: 60px 0;
	background: url(../img/bg-right-4-1.jpg) bottom no-repeat;
	background-size: 1920px
}
.my-cases h2{
	text-transform: uppercase;
    font-family: 'Futura PT Bold';
    font-size: 2.4rem;
}
.my-cases-subtitle{
	font-size: 32px;
	padding: 30px 0 50px
}
.my-cases-item{
	border-radius: 10px;
	margin-bottom: 30px;
}
.my-cases-cont{
	height: 390px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px;
	position: relative;
	z-index: 1;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.case-title{
	color: #252525;
	width: 300px;
	position: relative;
	z-index: 3
}
.case-title p{
	margin-bottom: 10px
}
.case-title h3{
	font-size: 23px;
	text-transform: uppercase;
	font-family: 'Futura PT Demi';
}
.case-button{
	position: absolute;
	left: 50px;
	bottom: 50px;
	z-index: 3
}
.case-button a{
	display: block; 
	width: 240px;
	height: 60px;
	border-radius: 30px;
	background: #fce549;
    background: linear-gradient(to top, #FFCD00, #fce549);
    color: #252525; 
	text-align: center;
	line-height: 60px;
	text-transform: uppercase;
	font-family: 'Futura PT Demi';
}
.my-cases-cont:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: 0 0;
    background: -moz-linear-gradient(to bottom,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(100%,rgba(0,0,0,.7)),color-stop(0%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(to bottom,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(to bottom,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%);
    transition: .3s;
    z-index: 2;
}
.my-cases-descr.row{
	border-radius: 0 0 10px 10px;
	border: 1px solid #ddd;
	background: #fff;
	border-top: none;
	margin: 0
}
.case-see-video{
	position: absolute;
	right: 0;
	bottom: 45px;
	width: 205px;
	height: 70px;
	background: #f5f5f5;
	border-radius: 10px 0 0 10px;
	z-index: 3
}
.case-video-bl{
	width: 60px;
	height: 45px;
	margin: 12px 10px 0 15px;
	float: left;
	position: relative
}
.case-video-bl:before{
	content: '►';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #252525
}
.case-see-video img{
	width: 100%	 
}
.case-see-video a{
	display: inline-block;
	line-height: 1.1;
	padding-top: 16px;
	width: 100px;
	color: #555;
	text-decoration: underline
}
.cases-descr-item.orders{
	padding: 20px 10px 20px 35px
}
.cases-descr-item.leads{
	padding: 30px 35px 30px 10px
}
.cases-descr-title{
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
    margin-bottom: 10px;
}
.cases-descr-before,
.cases-descr-after{
	font-size: 15px;
	font-family: 'Futura PT Light';
}
.cases-progress-val{
	display: inline-block;
	width: 55px
}
.sdale{
	display: inline-block;
	width: calc(100% - 55px);
}
.sdale span{
	display: inline-block;
	height: 12px;
	border-radius: 6px;
	text-align: center;
	line-height: 1;
    font-size: 12px;
	font-family: 'Futura PT Book';
}
.sdale span.color-bg{
	background: #fce549;
	color: #252525
}
.sdale span.grey-bg{
	background: #d8d8d8;
	color: #000
}
.sdale span.less-val{
	width: 30%
}
.sdale span.more-val{
	width: 100%
}
.button-with-bag{
	text-align: center;
	padding-top: 10px
}
.button-with-bag a{
	display: inline-block;
    width: 315px;
    height: 65px;
    border-radius: 33px;
    background: #fce549;
    background: linear-gradient(to top, #FFCD00, #fce549);	
    color: #252525;
    line-height: 65px;
    text-transform: uppercase;
    font-family: 'Futura PT Demi';
}
.button-with-bag a>div{
	height: inherit;
	background-image: url(../img/bag.png);
	background-repeat: no-repeat;
	background-position: 16px 0;
	background-size: contain;
	text-align: left;
	padding-left: 100px
}
.button-with-bag a:hover{
	text-decoration: none
}

.specifica{
	padding: 60px 0 0;
	/*background: url(../img/bg-right-4-2.jpg) top no-repeat;*/
	background-size: 1920px;
	margin-top: -1px
}
.specifica h2 {
    text-transform: uppercase;
    font-family: 'Futura PT Bold';
    font-size: 2.4rem;
}
.specifica .col-md-3{
	display: flex
}
.specifica-item{
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: inherit
}
.specifica-item img{
	max-width: 100%;
	width: max-content;
	margin: auto;
	border-radius: 11px 11px 0 0
}
.specifica-item-text{
	padding: 0 30px 30px;
}
.specifica-item h4{
	font-size: 18px;
	font-family: 'Futura PT Demi';
	padding-bottom: 5px
}
.specifica-item p{
	color: #777;
	margin: 0
}
.hwww{
	padding-top: 50px
}
.hwww h3{
	font-family: 'Futura PT Bold';
	font-size: 28px
}
.hw-it-work{
	background: url(../img/question.jpg) right no-repeat;
	background-position-y: 7em;
}
.hw-it-work ol{
	margin-top: 40px;
	counter-reset: li;
    padding: 0;
    list-style: none;
	width: 75%
}
.hw-it-work ol li{
	font-size: 20px;
	font-family: 'Futura PT Light';
	line-height: 1.2;
	position: relative;
    margin: 0 0 10px;
    padding: 5px 0 5px 60px;
}
.hw-it-work ol li:before {
    content: counter(li); 
    counter-increment: li;
    position:absolute;
	font-family: 'Futura PT Bold';
	font-size: 50px;
    top: 0;
    left: 0;
    padding: 4px 0;
    color: #fce549;
}
.hw-tab{
	display: flex;
	justify-content: center
}
.hw-tab-item{
	text-align: center;
	margin: 30px 15px 0
}
.hw-it-see h3{
	display: inline-block;
}
.hw-tabs{
	float: right;
	width: 290px;
	height: 40px;
	border-radius: 20px;
	background: #d8d8d8;
	position: relative
}
.hw-tabs span{
	display: inline-block;
	width: 50%;
	text-align: center;
	height: inherit;
	line-height: 40px;
	font-size: 22px;
	cursor: pointer;	
}
.hw-tabs span.active{
	background: #fce549;
	color: #252525;
	font-family: 'Futura PT Demi';
	border-radius: 20px
}
/*.hw-tabs:after {
  content: "Яндекс";
  width: 145px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #252525;
  font-family: 'Futura PT Demi';
  font-size: 22px;
  line-height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  background: #fce549;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  cursor: pointer;
}*/

.dont-fee{
	background: url(../img/bg-left-pink.jpg) center top no-repeat, url(../img/bg-right-3-1.jpg) center bottom no-repeat;
	background-size: 1920px;
	padding-top: 256px;
	/* background-position-y: -86px; */
	margin-top: -88px;
	padding-bottom: 80px
}
.relative{
	position: relative
}
.dont-fee h2{
	font-family: 'Futura PT Bold';
	text-transform: uppercase;
	font-size: 52px;
	padding-bottom: 125px
}
.fix-price{
	position: absolute;
	right: 15px;
	top: 75px;
	width: 410px;
	height: 135px;
	border-radius: 10px;
	background: #fce549;
	color: #252525;
	font-size: 32px;
	display: flex;
    align-items: center;
}
.fix-price span{
	display: inline-block;
	width: 300px;
	text-align: right;
	padding-left: 30px;
	line-height: 1.3;
}
.tarify{
	margin-bottom: 40px
}
.tarif{
	border-radius: 10px;
	border: 1px solid #e3e3e3
}
/* .tarif#basic{
	box-shadow: 2px 4px 16px #ccc;
	border: none
} */
.tarif-head{
	padding-top: 40px;
	padding-bottom: 25px;
}
.tarif-head-wrap{
	display: flex;
	align-items: center
}
.tarif-head-star{
	width: 180px;
	height: 55px;
	border-radius: 0 8px 8px 0;
	text-align: center;
}
.tarif-head-star img{
	margin: 10px 2px auto
}
#basic .tarif-head-star{
	background: #34a853
}
#standart .tarif-head-star{
	background: #1d81fc
}
#premium .tarif-head-star{
	background: #ea4235
}
.tarif-head-title{
	text-transform: uppercase;
	font-size: 26px;
	font-family: 'Futura PT Demi';
	padding-left: 20px
}
.tarif-price{
	text-align: center;
	background: #f5f5f5;
	padding: 25px 0;
	line-height: 1.2;
	font-family: 'Futura PT Light';
}
.fix-price-img{
	padding-left: 6px
}
.tarif-price-old{
	color: #c1c1c1;
	font-size: 26px;	
}
.tarif-price-new{
	color: #202020;
	font-size: 52px;	
}
.tarif-include{
	display: flex;
	justify-content: space-around;
	padding: 30px
}
.tarif-include-item{
	text-align: center;
	width: 75px;
	line-height: 1.2
}
.tarif-include-img{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fce549;
	margin: 0 auto 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.tarif-button{
	padding: 0 0  35px
}
.tarif-button button{
	display: block;
    width: 260px;
    height: 60px;
    border-radius: 30px;
	border: none;
	margin: auto;
    background: #fce549;
    background: linear-gradient(to top, #FFCD00, #fce549);
    color: #252525;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'Futura PT Demi';
	box-shadow: 0 10px 30px 1px #aaa;
}
.tarif-list{
	list-style: none;
	padding: 10px 50px 20px;
}
.tarif-list li,
.lite-start-left ul li{
	position: relative;
	padding-left: 32px;
	line-height: 1.2;
	margin: 0 0 10px
}
.tarif-list li:before,
.lite-start-left ul li:before{
	content: '';
	position: absolute;
	left: 0;
	background: url(../img/tick.png) left top no-repeat;
	display: block;
	width: 18px;
	height: 14px
}

.lite-start-item{
	border-radius: 10px;
	display: flex;
	justify-content: space-between
}
.lite-start-item.cond{
	background: #f0f0f0
}
.lite-start-item.question {
    background: #fce549;
    background: linear-gradient(to bottom, #fce549, #FFCD00);
    color: #fff;
    box-shadow: 0 10px 50px 1px #888;
    background-image: url(../img/bg-bock.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lite-start-item h3{
	font-family: 'Futura PT Bold';
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0
}
.lite-start-item.cond h3{
	color: #252525;
}
.lite-start-item.cond .lite-start-left{
	padding: 45px 10px 40px 50px;
	width: 390px
}
.lsl-sub{
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 0
}
.lite-start-left ul{
	list-style: none;
	margin: 0;
	padding: 30px 0
}
.lite-start-left ul li{
	
}
.lite-start-left ul li:before{
	
}
.lite-start-item.cond .lite-start-left button{
	display: block;
	width: 100%;
    max-width: 260px;	
    height: 60px;
    border-radius: 30px;
	border: none;
	margin: auto;
    background: #fce549;
    background: linear-gradient(to top, #FFCD00, #fce549);
    color: #252525;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'Futura PT Demi';
	box-shadow: 0 10px 30px 1px #aaa;
}
.lite-start-item.cond .lite-start-right{
	width: calc(100% - 350px);
	height: inherit;
	background: url(../img/koleso.png) right bottom no-repeat;
	position: relative
}
.lsl-price{
	position: absolute;
	width: 200px;
	height: 60px;
	background: #fff;
	border-radius: 8px 0 0 8px;
	right: 0;
	top: 70px;
	font-size: 36px;
	line-height: 60px;
	font-family: 'Futura PT Light';
	padding-left: 33px;
}
.lite-start-item.question .lite-start-left{
	width: 100%;
	max-width: 335px;
	padding: 45px 5px 40px 50px;
}
.lite-start-descr{
	padding: 0;
	margin: 13px 0 35px;
	font-size: 18px;
	font-family: 'Futura PT Light';
	line-height: 1.2
}
.lite-start-item.question .lite-start-left button{
	display: block;
	width: 100%;
    max-width: 270px;
    height: 60px;
    border-radius: 30px;
	border: none;
	margin: auto;
    background: #fff;
    color: #222;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'Futura PT Demi';
}
.lite-start-item.question .lite-start-right{
	padding-top: 45px
} 
.zaslugi{
	float: right;
	text-align: right;
	line-height: 1.2;
	margin-right: 50px;
	width: 114px;
	margin-top: 15px
}

.itsme{
	padding: 80px 0;
	background: url(../img/bg-right-3-2.jpg) top no-repeat;
	background-size: 1920px
}
.section-title h2{
	text-transform: uppercase;
    font-family: 'Futura PT Bold';
    font-size: 2.4rem;
}
.section-title p{
	font-size: 32px;
    padding: 30px 0 50px;
}
.itsme-row{
	display: flex;
	position: relative
}
.itsme-block-left{
	width: 430px;
	padding-right: 50px
}
.itsme-block-wrap{
	background: #f0f0f0;
	width: 380px;
	border-radius: 10px;
	padding: 50px 40px 40px 45px;
	position: relative
}
.itsme-block-wrap:after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-left: 50px solid #f0f0f0;
	right: -80px;
	top: 22px
}
.itsme-block-wrap h4{
	font-family: 'Futura PT Bold';
    font-size: 22px;
	margin-bottom: 30px;
	padding: 0;
	line-height: 1.2
}
.itsme-block-wrap p{
	line-height: 1.2
}
.itsme-block-right{
	width: 400px;
	/* margin-top: 115px; */
	margin-left: 90px
}
.itsme-right-item{
	display: flex;
	margin-bottom: 40px
}
.itsme-right-item .item-txt h4{
	font-family: 'Futura PT Demi';
	font-size: 22px;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 20px
}
.itsme-right-item .item-txt h4 span{
	background: #fce549;
	color: #252525;
	border-radius: 5px;
    display: inline-block;
    padding: 0 4px 3px;
}
.itsme-right-item .item-txt{
	padding-left: 20px
}
.itsme-right-item .item-txt p{
	line-height: 1.2;
	color: #aaaaaa;
	margin: 0
}
.itsme-block-abs{
	width: 540px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: flex-end
}
.itsme-abs-item{
	display: flex;
	margin-left: 30px
}
.itsme-abs-img{
	height: 76px;
	width: 76px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 30px #ddd;
	position: relative;
	z-index: 2
}
.itsme-abs-txt{
	width: 200px;
	height: 76px;
	margin-left: -38px;
	padding-left: 60px;
	position: relative;
	z-index: 1;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	line-height: 1.2;
	padding-top: 8px;
}

.otzyvy{
	padding: 60px 0;
	background: url(../img/bg-left-5-0-0.jpg) center top no-repeat/*, url(../img/bg-6-bm-1.png) top no-repeat*/;
	background-size: 1920px;
}
.otzyvy-item{
	margin-bottom: 25px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1
}
.otzyvy-item img{
	width: 100%;
}
.otzyvy-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0, .4);
	border-radius: 10px;
	z-index: 2
}
.play-start{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #fff url(../img/play.png) no-repeat;
	background-position: 16px 18px;
	cursor: pointer;
	z-index: 3
}

.kompany-slider{
	border-radius: 8px;
	box-shadow: 0 5px 20px #ddd;
	padding: 20px 50px;
	position: relative
}
.kompany-slider:before,
.kompany-slider:after{
	content: '';
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fce549;
	background: linear-gradient(to bottom, #fce549, #FFCD00);
	top: 50%;
	margin-top: -15px;
	color: #252525;
	text-align: center;
	line-height: 30px;
	cursor: pointer
}
.kompany-slider:before{
	content: '<';
	left: -15px; 
}
.kompany-slider:after{	
	right: -15px;
	content: '>';	
}
.kompany-slider .row{
	align-items: center
}
.kompany-slide img{
	max-width: 100%
}
.section-title h3{
	font-size: 26px;
	text-transform: uppercase;
	padding: 45px 0;
	font-family: 'Futura PT Bold';
}
.otzyvy .section-title h3{
	margin-top: 20px
}

.myworks-in-publicks{
	margin-top: 30px
}
.publicks-item{
	background-size: cover;
	border-radius: 8px;
	padding: 30px 40px;
	color: #252525;
	background-position: center;
}
.publicks-link img{
	margin-right: 20px;
	
}
.publicks-link a{
	color: #ccc
}

.return{
	padding: 60px 0;
/*	background: #fff url(../img/bg-right-1-2.jpg) center top no-repeat;
	background-size: 1920px*/
}
.return-item{
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	padding: 30px 40px 40px;
	position: relative;
	display: flex;
    flex-direction: column;
    height: 100%;
}
.return-item:before{
	content: '';
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff url(../img/secur.png) center no-repeat;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.return-title{
	display: flex;
	align-items: center
}
.return-title h4{
	font-size: 16px;
	font-family: 'Futura PT Demi';
	text-transform: uppercase;
	line-height: 1.2;
	padding-left: 20px
}
.return-item p{
	font-size: 18px;
	line-height: 1.2;
	color: #aaa
}

.sixsteps{
	padding: 60px 0;
	background: url(../img/left-bg-1.jpg) center bottom no-repeat;
	background-position-x: -150px;
	background-size: 1920px
}
.sixsteps-item{
	display: flex;
	margin-bottom: 50px;
	position: relative
}
.sixsteps-item:before{
	content: '';
	position: absolute;
	font-size: 126px;
	font-family: 'Futura PT Bold';
	color: #fce758;
	top: 0;
	left: 25px;
	display: block;
	width: 85px;
	text-align: center;
	line-height: 0.4;
	z-index: 0
}
.sixsteps-item.one:before{
	content: '1';
}
.sixsteps-item.two:before{
	content: '2';
}
.sixsteps-item.three:before{
	content: '3';
}
.sixsteps-item.four:before{
	content: '4';
}
.sixsteps-item.five:before{
	content: '5';
}
.sixsteps-item.six:before{
	content: '6';
}
.sixsteps-img{
	padding-top: 10px;
	z-index: 1
}
.sixsteps-txt{
	padding-left: 30px;
	line-height: 1.2;
	z-index: 1
}
.sixsteps-txt h4{
	font-size: 18px;
	font-family: 'Futura PT Demi';
	margin-bottom: 15px
}

.dopservice{
	padding: 60px 0;
	background: url(../img/left-bg-2.jpg) center top no-repeat;
	    background-position-x: -150px;
	background-size: 1920px
}
.dopservice-item{
	border-radius: 10px;
	background: #f0f0f0;
	padding-bottom: 30px
}

.dopservice-item-head{
	height: 220px;
	border-radius: 10px 10px 0 0;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.dopservice-item-head:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: 0 0;
    background: -moz-linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(100%,rgba(0,0,0,0)),color-stop(0%,rgba(0,0,0,.6)));
    background: -webkit-linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);
	box-shadow: 0 10px 30px 1px #aaa;
}
.dopservice-item-head h3{
	font-size: 22px;
	font-family: 'Futura PT Demi';
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 40px 30px
}
.dopservice-item-txt{
	padding: 30px 40px 25px;
	line-height: 1.3
}
.dopservice-item .button{
	max-width: 260px;
	width: 90%;
	height: 60px;
	font-size: 16px;
	font-family: 'Futura PT Demi';
	text-transform: uppercase;
	line-height: 60px;
	padding: 0
}

.needsite{
	padding: 80px 0;
}
.needsite-items{
	padding-top: 20px;
}
.needsite-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}
.needsite-item-colo{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fce549
}
.needsite-item-colo.loupe{
	background-image: url(../img/loupe-v.png);
	background-repeat: no-repeat;
	background-position: center 12px
}
.needsite-item-colo.list{
	background-image: url(../img/list0.png);
	background-repeat: no-repeat;
	background-position: center 12px
}
.needsite-item-desc{
	width: 300px
}
.needsite-item-desc h4{
	font-size: 22px;
	font-family: 'Futura PT Demi';
	margin: 0;
	padding-bottom: 20px;
}
.needsite-item-desc p{
	line-height: 1.4;
}
.needsite-contacts{
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-family: 'Futura PT Book';
	margin-right: 0;
    margin-left: 0;
}
.needsite-contacts .buttons-block .button{
	font-family: 'Futura PT Demi';
	text-transform: uppercase;
	line-height: 80px;
    padding-top: 0;
}
.vkont span{
	padding-left: 10px;
}
.needsite-cb{
	display: flex;
    align-items: center;
}
.needsite-cb span{
	padding-left: 20px;
}
.comp-bg{
	background: url(../img/compy.jpg) center top no-repeat;
	background-size: contain;
}

@media (max-width: 1199px){
	.needsite-item-desc{
		width: 230px
	}
	.needsite-item-desc p{
		line-height: 1.2;
	}
	.needsite-contacts{
		flex-wrap: nowrap;
	}
	.needsite-contacts .buttons-block .button{
		width: 240px;
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
	.needsite-cb span {
		padding-left: 10px;
	}
}

@media (max-width: 991px){
	.needsite-item-desc {
		width: 260px;
	}
	.needsite-contacts{
		flex-direction: column;
	}
	.needsite-contacts .elem{
		margin-bottom: 15px;
	}
	.comp-bg {
		background: url(../img/compy.jpg) center no-repeat;
		background-size: contain;
	}
}

@media (max-width: 767px){
	.needsite .section-title p br{
		display: none;
	}
}

@media (max-width: 360px){
	.needsite-item{
		width: 300px;
		margin-left: auto;
    	margin-right: auto;
	}
	.needsite-item-desc {
		width: 240px;
	}
}

.consulting{
	background: url(../img/bg-bottom-1920.jpg) center no-repeat;
	background-size: 1920px;
	height: 770px;
	padding: 130px 0 150px
}
.consulting-title h3{
	font-size: 52px;
	font-family: 'Futura PT Bold';
	text-transform: uppercase
}
.consulting-title h3 span{
	font-size: 36px;
	font-family: 'Futura PT Demi';
	display: block
}
.consulting-content{
	margin-top: 32px
}
.consulting-content p{
	font-size: 32px;
	line-height: 1.2;
	color: #202020
}
.consulting-content-bottom{
	display: flex;
	margin-top: 100px
}
.consulting-content-bottom .recall{
	margin-right: 70px;
}
.consulting-content-bottom .recall p,
.consulting-content-bottom .sociale p{
	font-size: 22px;
	color: #7f7f7f;
	line-height: 1.2;
	margin-bottom: 8px;
}
.consulting-content-bottom .recall a{
	font-size: 32px;
	font-family: 'Futura PT Demi';
	color: #000;
	line-height: 1.2
}

.consult-form form{
	width: 380px;
	text-align: center;
	padding: 40px 60px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 30px #555;
	display: block; 
	float: right;
}
.type-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.type-block label{
	display: flex;
	width: 120px;
	height: 35px;
	align-items: center;
	/* justify-content: center; */
	border: 1px solid #eaeaea;
	border-radius: 18px;
	margin-bottom: 15px;
	padding-left: 15px;
	cursor: pointer;
	position: relative;
}
.type-block input{
	display: none
}
.type-call__text{
	/* position: relative; */
	padding: 25px
}
.type-call__text.whatsapp{
	background: url(../img/whatsapp_icon.png) left center no-repeat;
}
.type-call__text.viber{
	background: url(../img/viber.png) left center no-repeat;
}
.type-call__text.telegram{
	background: url(../img/telegram1.png) left center no-repeat;
}
.type-call__text.tphone{
	background: url(../img/icon-phone.png) left center no-repeat;
}
input[type="radio"]:checked + .type-call__text:before,
input[type="radio"]:checked + .type-audit__text:before{
	content: '';
	display: block;
	width: 100%;
	height: 35px;
	border-radius: 18px;
	border: 1px solid #614bf7;
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0
}
.form-telegram-input{
	display: none;
}
.consult-form{
	position: relative
}
.consult-form:before{
	content: '';
	position: absolute;
	display: block;
	width: 205px;
	height: 126px;
	background: url(../img/arrow.png);
	left: -100px;
    top: 90px;
}
.consult-form h3{
	font-size: 22px;
	margin: 0;
	padding-bottom: 25px
}
.consult-form .input-block input{
	width: 100%;
	height: 50px;
	border-radius: 30px;
	margin-bottom: 10px;
	border: none;
	text-align: center
}
.consult-form .input-block input[type="tel"],
.consult-form .input-block input[type="email"],
.consult-form .input-block input[type="text"]{
	background: #ededed
}
.consult-form .input-block input[type="submit"]{
	background: #fce549;
    background: linear-gradient(to top, #FFCD00, #fce549);
    color: #252525;
	box-shadow: 0 10px 30px 1px #aaa;
	border: none;
	font-family: 'Futura PT Demi';
	text-transform: uppercase;
	cursor: pointer;
}
.agree-politic,
.agree-politic a{
	color: #909090;
	line-height: 1.3
}
.agree-politic{
	margin-top: 10px
}
.agree-politic a{
	text-decoration: underline
}

.seotext{
	padding: 0 0 60px
}
.seotext h3{
	font-size: 26px;
	font-family: 'Futura PT Demi';
	text-transform: uppercase;
	margin-bottom: 20px
}
.footer{
	background: #f6f6f6;
	padding: 45px 0
}
.footer .row{
	justify-content: space-between
}
.footer-item h3{
	font-size: 22px;
	font-family: 'Futura PT Demi';
	text-transform: uppercase;
	margin-bottom: 20px
}
.footer-item.info p{
	margin-bottom: 20px;
	line-height: 1.2
}
.footer-item.info .copyright{
	color: #999
}
.footer-item.links{
	
}
.footer ul{
	list-style: none;
	padding: 0;
	margin: 0
}
.footer  a{
	color: #7b7b7b
}
.bottom-logo{
    margin-bottom: 20px;
    width: 230px;
    margin-left: -9px;
}
.footer-item.poeznoe a,
.footer-item.info .copyright a{
	text-decoration: underline
}
.writeus-mess{
	display: flex;
    justify-content: space-between;
    width: 104px;
}
.writeus-mess .mess-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/soc.png);
    /* background-size: 30px 30px; */
}
.writeus-mess .mess-icon.telegram {
    background-position: 0 0;
}
.writeus-mess .mess-icon.phone {
    background-position: 30px 0;
}
.writeus-mess .mess-icon.whatsapp {
    background-position: 67px 0;
}
.footer-item.writeus p{
	margin-bottom: 10px
}
.writeus-soc{
	margin-bottom: 15px
}
.writeus-soc a{
	margin-right: 7px
}
.footer-item.contacts p{
	padding-left: 30px;
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 20px
}
.footer-item.contacts p.geo{
	background: url(../img/pin-3.png) center left no-repeat;
}
.footer-item.contacts p.ph{
	background: url(../img/phone-5.png) center left no-repeat;
}
.footer-item.contacts p.ml{
	background: url(../img/envelope-2.png) center left no-repeat;
}
.footer-item.poeznoe li{
	padding: 0;
	margin-bottom: 15px;
	line-height: 18px
}
.footer-item.poeznoe a{
	padding-left: 25px;
	line-height: inherit
}
.footer-item.poeznoe a#b_raschet{
	background: url(../img/icon-note.png) center left no-repeat;
}
.footer-item.poeznoe a#b_tarify{
	background: url(../img/icon-book.png) center left no-repeat;
}
.footer-item.poeznoe a#b_audit{
	background: url(../img/icon-target.png) center left no-repeat;
}
.footer-item.poeznoe a#b_consult{
	background: url(../img/icon-talk.png) center left no-repeat;
}

.modal-window{
	max-width: 450px;
	width: 96%;
	display: none;
	border-radius: 10px;
	/* overflow: hidden; */
	display: none;
	margin: auto;
	margin-top: 50vh;
	transform: translateY(-50%);
	box-shadow: 0 2px 30px #aaa
}
.modal-window .consult-form{
	overflow: hidden
}
.modal-wrap .consult-form:before{
	display: none
}
.modal-window .consult-form form{
	box-shadow: none;
	width: 100%;
	padding: 35px 75px
}
.modal-window .type-block label,
.modal-lead .type-block label{
	width: 140px;
	background: #fff;
	position: relative
}
.modal-window-head{
	background: #f5f5f5;
	padding: 36px;
	text-align: center;
	border-radius: 10px 10px 0 0
}
.modal-window-head h3{
	font-size: 22px;
	font-family: 'Futura PT Demi';
	text-transform: uppercase;
	line-height: 1.2
}
.modal-window-head p{
	line-height: 1.2;
	margin: 0;
	color: #444;
	font-size: 18px;
	font-family: 'Futura PT Light';
}
.modal-window .agree-politic,
.modal-lead .agree-politic{
	width: 220px;
	margin: 10px auto auto
}
.modal-close{
	position: absolute;
    width: 36px;
    height: 36px;
    background: url(../img/cross.png) no-repeat;
    top: -15px;
    right: -15px;
	opacity: 1;
    display: block;
}
.modal-lead{
	width: 560px;
	background: #fff;
	margin: auto;
	margin-top: 50vh;
	transform: translateY(-50%);
	border-radius: 10px;
	box-shadow: 0 2px 30px #aaa
}
.modal-lead .consult-form{
	display: inline-block;
	width: 100%;
	position: relative
}
.modal-lead .consult-form form{
	box-shadow: none;
	width: 450px;
	float: left;
	padding: 35px 75px;
	background: transparent;
	position: relative;
	z-index:2
}

.modal-lead h4{
	font-size: 22px;
	font-family: 'Futura PT Bold';
	color: #fce549;
	margin-top: 15px
}
.modal-wrap .consult-form h3{
	font-size: 18px
}
.modal-lead .consult-form:after{
	content: '';
	position: absolute;
	display: block;
	width: 275px;
	height: 345px;
	background: url(../img/boook.png) 10px center no-repeat;
	right: -75px;
	bottom: 43px;
	z-index: 0
}
.modal-window .type-audit-block label {
    background: #fff;
	display: flex;
    width: 100%;
    height: 35px;
    align-items: center;
    /* justify-content: center; */
    border: 1px solid #eaeaea;
    border-radius: 18px;
    margin-bottom: 15px;
    padding-left: 15px;
    cursor: pointer;
	position: relative
}
.type-audit-block input{
	display: none
}

.kompany-slider .slick-arrow,
.works-in-publicks-slider .slick-arrow{
	position: absolute;
	display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fce549;
    background: linear-gradient(to bottom, #fce549, #FFCD00);
    top: 50%;
    margin-top: -15px;
    color: #252525;
    text-align: center;
    line-height: 30px;
	border: none;
    cursor: pointer;
	z-index: 3
}
.kompany-slider .slick-next.slick-arrow{
	right: -15px;	
}
.works-in-publicks-slider .slick-next.slick-arrow{
	right: 0;	
}
.kompany-slider .slick-prev.slick-arrow{
	left: -15px
}
.works-in-publicks-slider .slick-prev.slick-arrow{
	left: 0
}
.kompany-slider .slick-next.slick-arrow:before,
.kompany-slider .slick-prev.slick-arrow:before,
.works-in-publicks-slider .slick-next.slick-arrow:before,
.works-in-publicks-slider .slick-prev.slick-arrow:before{
	position: absolute;
	content: '';
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fce549;
    background: linear-gradient(to bottom, #fce549, #FFCD00);
	text-align: center;
	color: #252525;
	left: -1px;
    top: -1px;
	z-index: 4
}
.works-in-publicks-slider .slick-next.slick-arrow:before,
.kompany-slider .slick-next.slick-arrow:before{
	content: '>'
}
.works-in-publicks-slider .slick-prev.slick-arrow:before,
.kompany-slider .slick-prev.slick-arrow:before{
	content: '<'
}
.kompany-slider .slick-track,
.kompany-slider.slick-initialized .slick-slide{
	display: flex;
	align-items: center
}
.kompany-slider.slick-initialized .slick-slide{
	justify-content: center;
}


body.thankyou-page{
	position: relative;
	background: url(../img/fon-thanks.jpg) top center no-repeat;
	background-size: 1920px
}
body.thankyou-page .top-social,
.thankyou-page .top-phone-block{
	color: #555
}
.thankyou-page .top-phone-icon{
	background: #f0f0f0 url(../img/phone-3.png) center no-repeat;
}
.thankyou-page .top-gamburger img{
	filter: invert(100%);
}
.thanks-descr,
.thankyou-page h1{
	text-align: center
}
.thanks-descr p{
	font-size: 22px;
	margin-top: 5vh
}
.thanks-descr h3{
	font-size: 46px;
	font-family: 'Futura PT Demi';
	margin-bottom: 20px
}
.thankyou-page h1{
	font-size: 48px;
	font-family: 'Futura PT bold';
	text-transform: uppercase
}
.thanks-row{
	align-items: center;
	margin: 30px auto
}
.thanks-row .col-lg-4{
	height: 100%
}
.thankyou-page .buttons-block .button{
	width: 270px;
    height: 55px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Futura PT Demi';
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 0;
	margin: 30px auto;
}
.thankyou-page .buttons-block .button img{
	margin-right: 10px
}
.thanks-social-img img{
	max-width: 100%
}
.thanks-go-back{
	padding: 10px 0 60px;
}
.thanks-go-back a{
	text-transform: uppercase;
	text-decoration: none;
	color: #222;
	border-bottom: 1px dashed #222;
	font-size: 18px
}
.get-ras,
.forbots{
	display: none
}

@media (max-height: 900px){
	section.nav-menu .main-menu{
		padding-top: 30px;
	}
	.nav-list{
		padding-top: 20px;
	}
	.nav-list li a{
		font-size: 18px;
		font-family: 'Futura PT Book';
		color: #555;
	}
	.main-menu-contacts p{
		margin-bottom: 10px
	}
}
@media (max-height: 745px){
	/* section.nav-menu .main-menu{
		padding-top: 20px;
	}
	.nav-list {
		padding-top: 15px;
	}
	.nav-list li a,
	.main-menu-poeznoe h3, 
	.main-menu-contacts h3{
		font-size: 16px;
	} */
	.main-menu-poeznoe{
		display: none
	}
	
	.modal-window-head{
		padding: 20px 65px;		
	}
	.modal-window-head h3{
		font-size: 18px
	}
	.modal-window .consult-form form{
		padding: 20px 75px 30px;
	}
	.modal-wrap .consult-form h3{
		padding-bottom: 15px
	}
	.modal-wrap .consult-form .input-block input{
		height: 50px
	}
}
@media (max-height: 645px){
	.modal-wrap .consult-form h3 {
		padding-bottom: 5px;
	}
	.modal-window .type-audit-block label,
	.type-block label,
	input[type="radio"]:checked + .type-call__text:before, 
	input[type="radio"]:checked + .type-audit__text:before{
		height: 30px
	}
	.modal-wrap .consult-form .input-block input {
		height: 40px;
	}
}

@media (max-width: 1199px){
	.top-phone-number {
		font-size: 17px;
	}
	.top-phone-icon{
		margin-right: 5px;
	}
	.sert-spec{
		width: 18%;
	}
	.first-ec{
		padding-bottom: 90px
	}
	.top-title h2{
		font-size: 42px;
	}
	.top-subtitle{
		font-size: 28px;
	}
	.top-edvantages{
		margin-top: 340px;
	}
	.top-edvantages-item h2{
		font-size: 1.8rem;
	}
	.top-edvantages-item{
		width: 23%;
	}
	.top-edvantages-item.bg-blue,
	.top-edvantages-item.border{
		width: 24%;
	}
	.quiz-section{
		padding-top: 30px
	}
	.quiz-edvantage-item{
		width: 32%;
	}
	.progress-text{
		font-size: 25px;
	}
	.progress-bar{
		width: 400px;
	}
	.quiz-right .bg-grey{
		padding: 25px;
	}
	.quiz-right-presents{
		bottom: 25px;
		left: 20px;
		right: 20px;
	}
	.quiz-right-present{
		width: 115px;
		height: 120px;
	}
	.yousaw-title{
		font-size: 2.6em;
	}
	.quiz-section h2,
	.aboutme h2,
	.my-cases h2,
	.specifica h2{
		font-size: 2.2rem;
	}
	.dont-fee h2{
		font-size: 46px
	}
	.tarif-list li, .lite-start-left ul li{
		padding-left: 20px;
	}
	.lite-start-item h3{
		font-size: 29px
	}
	.lite-start-item.question .lite-start-left button{
		font-size: 15px;
	}
	.lite-start-right img{
		width: 150px
	}
	.lite-start-descr{
		line-height: 1.0;
	}
	.section-title h2{
		font-size: 2.1rem;
	}
	.itsme-block-left{
		width: 400px;
	}
	.itsme-block-wrap{
		width: 350px;
	}
	.itsme-block-right{
		margin-left: 30px;
	}
	.section-title h3{
		font-size: 25px;
	}
	.consulting-title h3{
		font-size: 46px;
	}
	.consulting-content-bottom .recall a{
		font-size: 28px;
	}
	.consulting-content p{
		font-size: 27px;
	}

	.far-work {
    display: none;
}
.hw-tab {
    display: flex;
    justify-content: start;
        margin-top: 30px;
}
.hw-tabs {
    width: 100%;
}
.return-item {
    padding-top: 50px;
    padding-bottom: 20px;
}
}

@media (max-width: 991px){
	.first-ec{
		min-height: auto
	}
	.far-work{
		display: none
	}
	.top-phone-number{
		font-size: 17px;
	}
	.sert-spec {
    width: 19%;
}
	.top-social{
		color: #000
	}
	.top-title h2{
		font-size: 34px;
		padding-top: 100px
	}
	.top-subtitle {
		font-size: 23px;
	}
	.block-pnone .phone-img{
		height: 650px
	}
	.middle-koef{
		width: 500px;
		margin-right: -220px;
		margin-top: 470px;
	}
	#cifer{
		height: 60px;
	}
	.top-edvantages{
		margin-top: 270px
	}
	.top-edvantages-item,
	.top-edvantages-item.bg-blue, 
	.top-edvantages-item.border{
		width: 48%;
		margin-bottom: 30px
	}
	.top-edvantages-item h2 {
		font-size: 2.4rem;
	}
	.quiz-section h2, 
	.aboutme h2, 
	.my-cases h2, 
	.specifica h2{
		font-size: 1.6rem
	}
	.subtitle {
		font-size: 26px;
	}
	.quiz-section {
		padding: 60px 0 60px;
	}
	.quiz-edvantage-item{
		height: 70px
	}
	.quiz-edvantage-text{
		font-size: 1rem;
		line-height: 1
	}
	.quiz-edvantage-icon img{
		height: 40px
	}
	.quiz-block{
		padding: 40px 30px;
		height: 560px;
	}
	.quiz-specphoto img{
		width: 80px
	}
	.quiz-specphoto h3{
		font-size: 1.1em
	}
	.quiz-right-present{
		width: 48%;
		height: 100px;
	}
	.quiz-right-present img:not(.lock){
		width: 50px
	}
	.quiz-button-block button.next-step{
		width: 230px
	}
	.quiz-button-block button.back-step{
		width: 160px
	}
	.quiz-right-howmuch{
		font-size: 17px;
		bottom: 155px;
	}
	.quiz-right-descr{
		padding: 15px
	}
	.progress-text{
		font-size: 22px
	}
	.progress-bar {
		width: 300px;
	}
	.yousaw-title {
		font-size: 2.6em;
	}
	.yousaw-subtitle{
		line-height: 1
	}
	.yousaw-secondtitle{
		padding: 30px 0
	}
	.acces-icon {
		width: 50px;
		height: 50px;
	}
	.acces-icon img{
		width: 25px
	}
	.acces{
		padding: 0 10px 20px;
	}
	.acces p{
		font-size: 19px;
		font-family: 'Futura PT Book', sans-serif;
	}
	.yousaw-end{
		font-size: 26px
	}
	.aboutme-subtitle{
		font-size: 24px;
		padding: 10px 0 30px
	}
	.aboutme-content-middle img,
	.colorbox{
		width: 220px
	}
	.aboutme-content-left{
		margin-right: 10px
	}
	.aboutme-content-right{
		margin-left: 10px
	}
	.aboutme-item h4{
		font-size: 17px
	}
	.aboutme-item p br{
		display: none
	}
	
	.consulting,
	.sixsteps,
	.return,
	.otzyvy,
	.itsme,
	.specifica,
	.my-cases,
	.aboutme{
		background: none
	}
	
	.aboutme{
		margin-top: 0;
		margin-bottom: 0;
		height: auto;
		padding: 30px 0
	}
	.my-cases-subtitle{
		font-size: 24px;
		padding: 10px 0 30px;
	}
	.my-cases{
		padding: 30px 0
	}
	.specifica-item{
		margin-bottom: 30px
	}
	.hw-it-work{
		padding-bottom: 70px
	}
	.dont-fee h2{
		font-size: 36px;
	}
	.fix-price{
		font-size: 26px;
		width: 370px;
	}
	.tarif{
		width: 360px;
		margin: 20px auto
	}
	.lite-start-item.cond{
		margin-bottom: 30px;
	}
	.dont-fee{
		padding-bottom: 30px;
	}
	.section-title h2 {
		font-size: 1.6rem;
	}
	.section-title p {
		font-size: 24px;
		padding: 10px 0 30px;
	}
	.itsme {
		padding: 50px 0 30px;
	}
	.itsme-block-wrap {
		width: 320px;
		padding: 40px 30px 30px 35px;
	}
	.itsme-block-left{
		padding-right: 30px;
	}
	.itsme-block-img,
	.itsme-block-wrap:after{
		display: none
	}
	.otzyvy,
	.return,
	.sixsteps	{
		padding: 30px 0;
	}
	.publicks-item{
		margin-bottom: 30px
	}
	.return-row .col-lg-4{
		margin: 20px auto 30px
	}
	.dopservice{
		background: none;
		padding-bottom: 30px
	}
	.dopservice-item{
		margin-bottom: 30px
	}
	.consulting{
		height: auto;
		padding: 50px 0
	}
	.consult-form form{
		padding: 30px;
		width: 320px
	}
	.consulting-title h3{
		font-size: 36px;
	}
	.consulting-title h3 span{
		font-size: 30px
	}
	.consulting-content p {
		font-size: 22px;
	}
	.consulting-content-bottom .recall p, 
	.consulting-content-bottom .sociale p{
		font-size: 19px
	}
	.consulting-content-bottom .recall {
		margin-right: 30px;
	}
	.consulting-content-bottom .recall a {
		font-size: 20px;
	}
	.consult-form:before{
		width: 134px;
		height: 82px;
		background-size: contain;
		left: -80px;
		top: 120px;
	}
	.consulting {
    background: url(../img/bg-bottom-1920.jpg) bottom right no-repeat;
    background-size: cover;
}
}

.top-social .top-phone{
	display: none;
}

@media (max-width: 768px){
	.first-ec{
		background: url(../img/mobi/bg-01-1.jpg) center top no-repeat;
		background-size: 768px
	}
	.first-ec {
    padding-bottom: 50px;
}

.quiz-section {
    padding-top: 50px;
}
	.container{
		max-width: 340px
	}
.top-social, .top-social .top-phone{
	display: flex;
}
.top-social .top-phone {
    margin-left: 10px;
}

.top-phone {
    display: none;
}
.top-phone-icon {
    width: 36px;
    height: 36px;
    background: #fbe759 url(../img/phone-3.png) center no-repeat;
    border-radius: 50%;
    margin-right: 15px;
}
	img#carear{
		display: none
	}
	.header{
		flex-direction: column;
		align-items: start;
	}
	.sert-spec{
		width: 100%;
		    width: 100%;
    margin-top: 10px;
    margin-bottom: 12px;
	}
	.far-work {
    display: flex;
    margin-bottom: 14px;
}
.far-work img{
	    margin-right: 5px;
    width: 28px;
    height: 28px;
}
.sert-spec {
    font-size: 1rem;
}
	.sert-spec br, .pishite{
		display: none;
	}
	.top-title h2{
		font-size: 25px;
		padding: 40px 0 25px
	}
	.top-subtitle{
		font-size: 19px;
		margin-bottom: 540px;
	}
	.top-title-relative{
		text-align: center
	}
	.middle-koef{
		width: 100%;
		margin-top: 10px;
		border-radius: 6px;
	}
	.block-pnone{
		width: 340px;
		flex-direction: column-reverse;
		right: 50%;
		transform: translateX(50%);
		top: 230px;
	}
	.block-pnone img.phone-img{
		height: 365px;
		width: auto
	}
	.middle-koef{
		height: 110px;
		padding-left: 20px;
	}
	.middle-koef span{
		font-size: 17px;
		font-family: 'Futura PT Book';	
		color: #555
	}
	.middle-koef img{
		height: 50px;
		
	}
	.top-edvantages{
		margin-top: 70px
	}
	.top-edvantages{
		flex-direction: column
	}
	.top-edvantages-item,
	.top-edvantages-item.bg-blue,
	.top-edvantages-item.border{
		width: 100%;
		margin-bottom: 20px
	}
	.top-edvantages-item h2{
		font-size: 26px;
		text-align: center
	}
	.quiz-section{
		padding: 75px 0 30px
	}
	.quiz-section h2{
		font-size: 18px
	}
	.subtitle {
		font-size: 18px;
		padding: 0px 0 20px;
	}
	.quiz-edvantage-item{
		margin-bottom: 10px;
		width: 100%;
		height: 70px
	}
	.quiz-block{
		height: auto;
		flex-direction: column-reverse;
		padding: 15px;
	}
	.quiz-left,
	.quiz-right{
		width: 100%
	}
	.quiz-left{
		padding: 20px 0 20px;
	}
	.quiz-right{
		height: 450px
	}
	.quiz-specphoto h3,
	.progress-title{
		font-size: 18px
	}
	.quiz-right .bg-grey{
		padding: 25px
	}
	.quiz-right-howmuch{
		font-size: 16px;
		bottom: 165px;
	}
	.progress-text{
		font-size: 22px
	}
	.progress-bar{
		width: 200px
	}
	.progress-title{
		margin: 20px 0
	}
	.quiz-button-block{
		position: static;
		display: flex;
		justify-content: space-between;
	}
	.quiz-button-block,
	.quiz-button-block button.next-step{
		width: 100%
	}
	.quiz-button-block button {
	    width: auto!important;
	    padding: 0 30px;
	    font-size: 15px;
	}
	.quiz-button-block button.back-step{
		margin-right: 0;
	}
	.error-mess{
		bottom: 0;
		width: 100%;
		text-align: center
	}
	.quiz-button-block button, 
	.sfera-item, input.site-name {
	    height: 45px;
	}
	.yousaw-title{
		text-align: center;
		font-size: 30px
	}
	.yousaw-subtitle{
		text-align: center;
		font-size: 24px
	}
	.yousaw-end{
		font-size: 22px;
	}
	.aboutme h2,
	.my-cases h2,
	.case-title h3,
	.specifica h2{
		font-size: 18px
	}
	.aboutme h2 br,
	.my-cases h2 br,
	.specifica h2 br,
	.hw-it-see{
		display: none
	}
	.aboutme-subtitle{
		font-size: 18px;
		padding: 10px 0 30px;
	}
	.aboutme-content{
		flex-direction: column
	}
	.aboutme-content-middle{
		-webkit-order: 1; 
		order: 1
	}
	.aboutme-content-middle img{
		max-width: 100%
	}
	.aboutme-content-left{
		-webkit-order: 2; 
		order: 2
	} 
	.aboutme-content-right{
		-webkit-order: 3; 
		order: 3
	}
	.aboutme{
		margin-bottom: 0;
		height: auto
	}
	.aboutme-content-left {
		text-align: left;
	}
	.aboutme-content-left .aboutme-item {
		padding-left: 50px;
	}
	.aboutme-content-left .aboutme-item:before{
		right: auto;
		left: 0
	}
	.aboutme-content-right{
		padding-top: 0
	}
	.my-cases-subtitle {
		font-size: 18px;
		padding: 10px 0 30px;
		line-height: 1.3
	}
	.my-cases-cont{
		height: 230px;
		padding: 30px;
	}
	.case-title{
		width: 220px
	}
	.case-title p {
		margin-bottom: 5px;
	}
	.case-button{
		left: 30px;
		bottom: 30px;
	}
	.case-button a{
		height: 40px;
		width: 160px;
		font-size: 14px;
		line-height: 40px;
	}
	.cases-descr-title{
		font-size: 14px;
	}
	.cases-descr-item.orders{
		padding: 15px 10px 15px 15px;
	}
	.cases-descr-item.leads{
		padding: 15px 14px 15px 10px;
	}
	.cases-progress-val{
		width: 45px
	}
	.sdale{
		width: calc(100% - 45px);
	}
	.sdale span.less-val {
		width: 50%;
	}
	.sdale span{
		line-height: 12px;
		font-size: 11px
	}
	
	.specifica-item{
		margin-bottom: 20px
	}
	.hw-it-work ol{
		width: 100%
	}
	.dont-fee{
		background: none;
		margin-top: 0;
		padding-top: 50px
	}
	.dont-fee h2{
		font-size: 26px;
		text-align: center;
		padding-bottom: 25px;
	}
	.fix-price{
		position: static;
		width: 100%;
		font-size: 26px;
		margin-bottom: 20px
	}
	.tarify .col-md-4{
		padding-left: 0;
		padding-right: 0
	}
	.tarif{
		margin-bottom: 30px
	}
	.lite-start-item.cond .lite-start-right{
		position: static
	}
	.lsl-price{
		top: -30px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 8px;
		box-shadow: 0 10px 26px #bbb
	}
	.lite-start-item.cond{
		background: none
	}
	.lite-start-item.cond .lite-start-left{
		padding-left: 40px;
		padding-right: 40px;
		background: #f0f0f0;
		margin-bottom: 30px;
		border-radius: 10px;
	}
	.lite-start-item.cond .lite-start-left button{
		margin-left: -1px
	}
	.lsl-sub,
	.lite-start-item.cond h3{
		text-align: center
	}
	.lite-start-item.question .lite-start-right{
		display: none
	}
	.lite-start-item.question .lite-start-left{
		padding: 45px 30px 40px 30px;
		text-align: center
	}
	.itsme{
		padding: 25px 0
	}
	.section-title h2,
	.section-title p,
	.otzyvy .section-title h3{
		font-size: 18px
	}
	.section-title p{
		padding: 10px 0 20px;
	}
	.itsme-block-left{
		width: 100%;
		padding-right: 0;
	}
	.itsme-block-wrap,
	.itsme-block-right{
		width: 100%;
	}
	.itsme-block-img,
	.itsme-block-wrap:after{
		display: none
	}
	.itsme-row{
		flex-wrap: wrap;
	}
	.itsme-block-right{
		margin-left: 0;
		margin-top: 30px;
	}
	.otzyvy{
		padding-bottom: 40px
	}
	.return,
	.sixsteps{
		padding: 40px 0
	}
	.return-row .col-md-4{
		margin: 30px auto
	}
	.publicks-item{
		margin-bottom: 20px
	}
	.sixsteps-item{
		flex-direction: column;
	}
	.sixsteps-txt{
		padding: 10px;
		text-align: center
	}
	.sixsteps-img{
		text-align: center
	}
	.sixsteps-img img{
		margin-right: -50px
	}
	.sixsteps-item:before{
		left: 75px
	}
	.buttons-block .button.raschet{
		width: 100%
	}
	.dopservice-item{
		margin-bottom: 30px
	}
	.consulting{
		height: auto;
		padding: 30px 0 50px;
	}
	.consulting-title h3,
	.consulting-title h3 span{
		text-align: center;
		font-size: 27px
	}
	.consulting-content{
		margin-top: 20px;
		padding: 0 30px;
		text-align: center
	}
	.consulting-content p{
		font-size: 18px;		
	}
	.consulting-content-bottom{
		flex-direction: column;
		text-align: center;
		margin-top: 500px;
	}
	.consulting-content-bottom .recall{
		margin-right: 0
	}
	.consulting-content-bottom .recall a{
		font-size: 28px
	}
	.top-social-items{
		margin: auto
	}
	.sociale{
		margin-top: 20px
	}
	#kontacts .consult-form{
		top: -620px
	}
	.consult-form form{
		width: 100%;
		padding: 40px 40px;
	}
	.consult-form:before{
		display: none
	}
	.consult-cl{
		height: 0
	}
	.seotext h3{
		font-size: 20px
	}
	.footer .row{
		justify-content: center;
		flex-direction: column;
		text-align: center
	}
	.footer .row .contacts{
		order: 1;
		margin-bottom: 10px;
	}
	.footer .row .writeus{
		order: 2
	}
	.footer .row .info{
		order: 3
	}
	.footer .row .links,
	.footer .row .poeznoe{
		display: none
	}
	.writeus-item{
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 20px;
	}
	.footer-item.info p{
		padding: 0 60px;
	}
	.footer-item.info .copyright{
		padding: 0 80px;
	}
	.footer-item.contacts p{
		width: 210px;
		padding-left: 20px;
		margin: 20px auto;
	}
	.acces{
		margin-bottom: 20px
	}
	.colorbox{
		width: 100%
	}
	.button-with-bag a{
		max-width: 315px;
		width: 100%;
	}
	.thanks-descr p{
		font-size: 20px
	}
	.thankyou-page h1,
	.thanks-descr h3{
		font-size: 28px;
	}
	section.nav-menu .main-menu.active .close {
    display: block;
    top: 39px!important;
    left: 22px!important;
}
}


@media (max-width: 360px){
	section{
		padding-left: 15px!important;
		padding-right: 15px!important
	}
		section.nav-menu .main-menu.active .close {
    display: block;
    top: 7px!important;
    left: 330px!important;
}
	.quiz-edvantages{
		margin-left: 0;
		margin-right: 0;
	}	
	.quiz-edvantage-icon{
		width: 110px;
	}
	.quiz-edvantage-icon img{
		width: 40px;
	}
	.quiz-edvantage-text{
		line-height: 1.1
	}
	.block-pnone{
		width: 100%
	}
	.middle-koef img{
		height: 40px;
	}
	.buttons-block .get-consult{
		max-width: 330px;
		font-size: 16px;
		width: 100%;
	}
	.aboutme-content-left, 
	.aboutme-content-right{
		width: 100%
	}
	.aboutme-item{
		height: auto
	}
	.button-with-bag a>div{
		background-image: none;
		padding-left: 0;
		text-align: center
	}
	.lite-start-item.cond .lite-start-left{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.modal-window{
		margin-top: 50px;
		transform: translateY(0);
	}
	.tarif{
		width: 96%
	}
	.modal-window-head {
		padding: 20px 25px;
	}
	.modal-window .consult-form form {
		padding: 15px 10px 25px;
	}
	.tarif-list{
		padding: 10px 20px 20px;
	}
}
@media (max-width: 320px){
	.top-title h2{
		padding: 20px 0 15px;
	}
	.quiz-right{
		height: 470px;
	}
	.lite-start-item h3{
		font-size: 29px
	}
	.consulting,
	.sixsteps,
	.return,
	.otzyvy,
	.itsme,
	.specifica,
	.my-cases,
	.aboutme{
		background: none
	}
	.modal-window .consult-form form {
		padding: 20px 30px 30px;
	}
	.progress-text{
		font-size: 19px;
	}
	.quiz-button-block button, 
	.sfera-item, input.site-name {
	    height: 40px;
	}
	.quiz-button-block button {
	    font-size: 14px;
	    width: auto!important;
	    margin-right: 0;
	    padding: 0 20px;
	}
	.sfera-item{
		padding-left: 40px;
	}
	.sfera-check:before{
		left: 12px;
	}
}
@media (max-width: 270px){
	.top-edvantages{
		margin-top: 30px
	}
	.top-title h2{
		font-size: 20px;
		padding-top: 10px
	}
	.quiz-section{
		padding: 35px 0 30px;
	}
	.quiz-edvantage-text{
		padding: 0 15px
	}
	.yousaw{
		padding: 40px 0 30px
	}
	.yousaw-title{
		font-size: 22px;
	}
	.yousaw-subtitle{
		font-size: 18px;
	}
	.yousaw-secondtitle{
		padding: 30px 0;
		line-height: 1.1;
	}
	.acces p{
		font-size: 18px;
		font-family: 'Futura PT Book', sans-serif;
	}
	.yousaw-end{
		font-size: 18px;
		margin-top: 10px;
	}
	.aboutme{
		padding: 20px 0 30px;
		margin-top: 0;
	}
	.my-cases,
	.specifica,
	.otzyvy{
		padding: 30px 0;
	}
	.hwww {
		padding-top: 30px;
	}
	.buttons-block .button{
		height: 60px
	}
	.buttons-block .button.raschet span:first-child{
		font-size: 16px;
		line-height: 1
	}
	.middle-koef img{
		height: 30px;
	}
	.buttons-block .get-consult{
		font-size: 14px
	}
	.aboutme-content-left .aboutme-item{
		padding-right: 5px;
	}
	.dont-fee{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.dont-fee h2{
		font-size: 20px
	}
	.section-title p{
		line-height: 1.1
	}
	.lite-start-item h3{
		font-size: 24px
	}
	.lite-start-item.question .lite-start-left,
	.lite-start-item.cond .lite-start-left{
		padding: 25px 10px 30px 10px;
	}
	.lite-start-item.question .lite-start-left button{
		font-size: 12px
	}
	.itsme-block-wrap{
		padding: 30px 20px 20px 20px;
	}
	.itsme-block-wrap h4{
		margin-bottom: 20px;
	}
	.return-item{
		padding: 30px 20px 20px;
	}
	.return-title{
		padding-top: 30px
	}
	.return-title img{
		display: none
	}
	.return-title h4{
		padding-left: 0
	}
	.itsme-right-item{
		margin-bottom: 30px;
	}
	.section-title h3{
		padding: 25px 0
	}
	.return, .sixsteps{
		padding: 30px 0
	}
	.sixsteps-item:before{
		left: 25px
	}
	.dopservice{
		padding: 30px 0 0;
		background: none
	}
	.dopservice-item-txt{
		padding: 30px 20px 25px;
	}
	.dopservice-item-head{
		height: 160px
	}
	.dopservice-item-head h3{
		padding: 0 20px 10px;
	}
	.consulting-title h3, .consulting-title h3 span{
		font-size: 22px
	}
	.consult-form form{
		padding: 30px 20px;
	}
	.consulting-content-bottom{
		margin-top: 620px;
	}
	#kontacts .consult-form{
		top: -730px;
	}
	.consulting-content-bottom .recall p, 
	.consulting-content-bottom .sociale p{
		font-size: 18px;
	}
	.consulting-content-bottom .recall a{
		font-size: 23px;
	}
	.footer-item.info p {
		padding: 0 10px;
	}
	.footer-item.info .copyright {
		padding: 0 30px;
	}
	.tarif-list{
		padding: 10px 20px 20px;
	}
	.tarif-button button{
		width: 90%;
	}
	.tarif-head-star{
		height: 45px
	}
	.tarif-head-title{
		font-size: 18px
	}
	.tarif-head-star img{
		width: 25px
	}
	.fix-price{
		font-size: 22px
	}
	.modal-window-head h3 {
		font-size: 16px;
	}
	.modal-window-head {
		padding: 20px 15px;
	}
	.modal-window-head p{
		font-size: 16px;
		font-family: 'Futura PT Book';
	}
	.modal-window .consult-form form {
		padding: 10px 10px 20px;
	}
	.modal-window .type-block label, .modal-lead .type-block label{
		width: 120px
	}
}